/*
	Theme Name: JustNews Child
	Theme URI: https://www.wpcom.cn/themes/justnews.html
	Version: 1.0
	Author: WPCOM
	Author URI: https://www.wpcom.cn
	Template: justnews
*/

@import url("../justnews/css/style.css");

.widget_factory_profile .profile-posts .widget-title, .entry-content .factory-info .factory-info-title{
	font-size: 16px;
	line-height: 1.3;
}
.profile-item-wrap, .factory-info-item-wrap{
	display: flex;
	align-items: center;
}

.profile-item-weixin, .factory-info-item-weixin{
	width: 96px;
	margin-right: 6px;
	flex-shrink: 0;
}
.factory-info-item-weixin{
	margin-right: 10px;
}
.profile-item-weixin img, .factory-info-item-weixin img{
	display: block;
	width: 100%;
	height: auto;
}
.profile-item-inner, .factory-info-item-inner{
	width: 100%;
	font-size: 13px;
}

.widget_factory_profile .profile-posts .profile-item, .entry-content .factory-info .factory-info-item{
	display: flex;
	padding: 6px 0;
	color: var(--theme-black-color);
	align-items: self-start;
	line-height: 20px;
	border-bottom: 1px dashed var(--theme-line-color);
}
.entry-content .factory-info .factory-info-item{
	line-height: 22px;
}
.widget_factory_profile .profile-posts .profile-item-label, .entry-content .factory-info .factory-info-item-label{
	width: 75px;
	font-size: 12px;
	font-weight: 500;
	color: var(--theme-light-color);
	flex-shrink: 0;
}
.entry-content .factory-info .factory-info-item-label{
	width: 85px;
	font-size: 13px;
}
.widget_factory_profile .profile-posts .profile-item-label .wi, .entry-content .factory-info .factory-info-item-label .wi{
	margin-right: 4px;
	font-size: 1.1em;
	color: var(--theme-color);
	opacity: .8;
	vertical-align: top;
}
.widget_factory_profile .profile-posts .profile-item-value span, .entry-content .factory-info .factory-info-item-value span{
	color: var(--theme-light-color);
}

.entry-content .factory-info{
	display: none;
	padding: 15px;
	margin-bottom: 20px;
	font-size: 14px;
	background: hsla(var(--theme-color-hsl), .03);
	border: 1px solid hsla(var(--theme-color-hsl), .05);
	border-radius: 3px;
}
@media (max-width: 767px){
	.entry-content .factory-info{
		display: block;
	}
}
.entry-content .factory-info .factory-info-title{
	position: relative;
	margin: 0 0 12px;
	padding: 0 0 0 12px;
}
.entry-content .factory-info .factory-info-title:before {
    position: absolute;
    left: 0;
    top: 10%;
    width: 3px;
    height: 80%;
    content: "";
    background-color: var(--theme-color);
    background-image: linear-gradient(180deg,rgba(255,255,255,.15),transparent);
    border-radius: 3px;
}